Update Ollama.py

pull/1914/head
hdsz25 4 weeks ago committed by GitHub
parent 55ded0f9dc
commit 6c9fd2682c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,7 +20,7 @@ class Ollama(AsyncGeneratorProvider, ProviderModelMixin):
async def create_async_generator(
cls,
messages: Messages,
proxy: str,
proxy: str = None,
model: str = 'phi3',
timeout: int = 120,
api_key: str = 'Ollama',

Loading…
Cancel
Save