runtime error
Exit code: 1. Reason: Authentication failed. Please check your credentials and host. Authentication error: Langfuse client initialized without public_key. Client will be disabled. Provide a public_key parameter or set LANGFUSE_PUBLIC_KEY environment variable. Auth check failed: Client not properly initialized. Error: 'Langfuse' object has no attribute 'api' Traceback (most recent call last): File "/app/app.py", line 6, in <module> from agent import MyAgent File "/app/agent.py", line 24, in <module> gemini_model = OpenAIServerModel( File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1567, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1086, in __init__ self.client = client or self.create_client() File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1582, in create_client return openai.OpenAI(**self.client_kwargs) File "/usr/local/lib/python3.10/site-packages/openai/_client.py", line 137, in __init__ raise OpenAIError( openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
Container logs:
Fetching error logs...