We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f11f1e2 + ece9ca9 commit e7b2699Copy full SHA for e7b2699
interpreter/terminal_interface/validate_llm_settings.py
@@ -29,7 +29,7 @@ def validate_llm_settings(interpreter):
29
30
# OpenAI
31
if interpreter.llm.model in litellm.open_ai_chat_completion_models:
32
- if not os.environ.get("OPENAI_API_KEY") and not interpreter.llm.api_key:
+ if not os.environ.get("OPENAI_API_KEY") and not interpreter.llm.api_key and not interpreter.llm.api_base:
33
display_welcome_message_once()
34
35
display_markdown_message(
0 commit comments