SeungyounShin / Llama2-Code-Interpreter

Make Llama2 use Code Execution, Debug, Save Code, Reuse it, Access to Internet
687 stars 89 forks source link

GPT4 weird behavior when ask twice #2

Closed SeungyounShin closed 11 months ago

SeungyounShin commented 11 months ago

at Chat creation here

already added role ='assistant' and re-ask what todo

got weird answer.

Naive Solution: Maybe hard-coded User answer as Okay?

SeungyounShin commented 11 months ago

This is resolved.