mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
TYPO
This commit is contained in:
@@ -41,7 +41,7 @@ class RAGStorage(Storage):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
if (
|
if (
|
||||||
not os.getenv("OPENAI_API_KEY")
|
not os.getenv("OPENAI_API_KEY")
|
||||||
and not os.getenv("OPENAI_BASE_URLl") == "https://api.openai.com/v1"
|
and not os.getenv("OPENAI_BASE_URL") == "https://api.openai.com/v1"
|
||||||
):
|
):
|
||||||
os.environ["OPENAI_API_KEY"] = "fake"
|
os.environ["OPENAI_API_KEY"] = "fake"
|
||||||
config = {
|
config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user