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

Add request timeout for ollama #105

Closed arturkamieniecki closed 3 months ago

arturkamieniecki commented 3 months ago

I've added a request timeout for the Ollama model. This timeout is editable in the provider configuration.

arturkamieniecki commented 3 months ago

Works as expected.

Don't we need a similar change in other vendor providers?

The only HTTP model is claude, which should already have the timeout feature.