You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robotframework AI is meant to be AI-provider independent. However, it currently fails if openai module is not installed #23 and it requires OPENAI_KEY as environment variable #22
Remove the hard dependency on openai-stuff. Maybe log warnings when they are missing, but don't break the project. Develop a concept how to switch between providers seamlessly.
The text was updated successfully, but these errors were encountered:
Robotframework AI is meant to be AI-provider independent. However, it currently fails if
openai
module is not installed #23 and it requiresOPENAI_KEY
as environment variable #22Remove the hard dependency on openai-stuff. Maybe log warnings when they are missing, but don't break the project. Develop a concept how to switch between providers seamlessly.
The text was updated successfully, but these errors were encountered: