RobotecAI / o3de-genai-gems

Core features and interfaces enabling use of modern AI with O3DE for variety of purposes.
Other
1 stars 0 forks source link

Ollama llama3 history/context #116

Closed jhanca-robotecai closed 3 weeks ago

jhanca-robotecai commented 1 month ago

Rethink and implement the context system for Ollama llama3. Please see the example below: image

arturkamieniecki commented 1 month ago

I've tested this on the Ollama chat model. And the questions do not mix. This is probably due to the generate model as it gets all of the previous questions and answers combined in the same prompt.

jhanca-robotecai commented 3 weeks ago

Closing the issue as solved. Incorrect configuration was selected.