Skip to content
Snippets Groups Projects
Commit bf329be8 authored by Ammar Ahmed's avatar Ammar Ahmed :speech_balloon:
Browse files

update main.go

parent ce005f17
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,12 @@ func main() {
// Update the conversation context with the response
conversationContext = updatedContext
fmt.Println("Ollama's response:", extraction.Extract(response))
var generatedCode = extraction.Extract(response)
fmt.Println("Ollama's response:", generatedCode)
}
}
// Following will be the suffix string for fixing the errors:
// \nFollowing are the errors, please fix the code. Write it again, and write only source code along with same test cases with no further explanation. The format should be ```rust <yourcode + testcases> ```"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment