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

Rename OllamaModel #135

Closed jhanca-robotecai closed 3 months ago

jhanca-robotecai commented 3 months ago
          ```suggestion
inline constexpr const char* OllamaGenerateModelConfigurationTypeId = "{C5FA34FF-2BBB-4DF4-9AA2-C27320B57F93}";


This PR is a good place to add the Generate name to the OllamaModel components. The generate name is used in the ollama documentation as a name in the URL for ollama serve: https://github.com/ollama/ollama?tab=readme-ov-file#rest-api.

_Originally posted by @arturkamieniecki in https://github.com/RobotecAI/o3de-genai-gems/pull/127#discussion_r1650578904_
jhanca-robotecai commented 3 months ago

Solved.