Merge remote-tracking branch 'refs/remotes/upstream/main' into undo-agentops-api-check

This commit is contained in:
Braelyn Boynton
2024-09-05 14:41:51 +09:00
185 changed files with 21156 additions and 216822 deletions

View File

@@ -75,6 +75,7 @@ os.environ["SERPER_API_KEY"] = "Your Key" # serper.dev API key
# You can pass an optional llm attribute specifying what model you wanna use.
# It can be a local model through Ollama / LM Studio or a remote
# model like OpenAI, Mistral, Antrophic or others (https://docs.crewai.com/how-to/LLM-Connections/)
# If you don't specify a model, the default is OpenAI gpt-4o
#
# import os
# os.environ['OPENAI_MODEL_NAME'] = 'gpt-3.5-turbo'