mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
shu/remove max completion tokens for ollama (#2300)
This commit is contained in:
parent
5971108237
commit
349e506dc1
2 changed files with 6 additions and 5 deletions
|
@ -815,7 +815,6 @@ if settings.ENABLE_OLLAMA:
|
|||
["OLLAMA_SERVER_URL", "OLLAMA_MODEL"],
|
||||
supports_vision=False, # Ollama does not support vision yet
|
||||
add_assistant_prefix=False,
|
||||
max_completion_tokens=settings.LLM_CONFIG_MAX_TOKENS,
|
||||
litellm_params=LiteLLMParams(
|
||||
api_base=settings.OLLAMA_SERVER_URL,
|
||||
api_key=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue