You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
WORKSPACE_DIR="agent_workspace"
|
|
|
|
SWARMS_API_KEY=""
|
|
|
|
USE_TELEMETRY=True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPENAI_API_KEY="sk-"
|
|
|
|
GOOGLE_API_KEY=""
|
|
|
|
ANTHROPIC_API_KEY=""
|
|
|
|
AI21_API_KEY="your_api_key_here"
|
|
|
|
COHERE_API_KEY="your_api_key_here"
|
|
|
|
ALEPHALPHA_API_KEY="your_api_key_here"
|
|
|
|
HUGGINFACEHUB_API_KEY="your_api_key_here"
|
|
|
|
EVAL_PORT=8000
|
|
|
|
MODEL_NAME="gpt-4"
|
|
|
|
|
|
|
|
USE_GPU=True
|
|
|
|
PLAYGROUND_DIR="examples"
|
|
|
|
|
|
|
|
LOG_LEVEL="INFO"
|
|
|
|
BOT_NAME="Orca"
|
|
|
|
HF_API_KEY="your_huggingface_api_key_here"
|
|
|
|
AGENTOPS_API_KEY=""
|
|
|
|
FIREWORKS_API_KEY=""
|
|
|
|
OPENAI_API_KEY=your_openai_api_key
|
|
|
|
ANTHROPIC_API_KEY=your_anthropic_api_key
|
|
|
|
AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint
|
|
|
|
AZURE_OPENAI_DEPLOYMENT=your_azure_openai_deployment
|
|
|
|
OPENAI_API_VERSION=your_openai_api_version
|
|
|
|
AZURE_OPENAI_API_KEY=your_azure_openai_api_key
|
fix to build and run ci/cd
fix to build and run ci/cd, 2nd attempt
fix to build and run ci/cd, 3rd attempt
fix to build and run ci/cd, 4th attempt
fix to build and run ci/cd, 5th attempt
fix to build and run ci/cd, 6th attempt
fix to build and run ci/cd, 7th attempt
fix to build and run ci/cd, 8th attempt
fix to build and run ci/cd, 9th attempt
fix to build and run ci/cd, 10th attempt
fix to build and run ci/cd, 11th attempt
fix to build and run ci/cd, 12th attempt
fix to build and run ci/cd, 13th attempt
fix to build and run ci/cd, 14th attempt
fix to build and run ci/cd, 15th attempt
commit
commit
1 week ago
|
|
|
AZURE_OPENAI_AD_TOKEN=your_azure_openai_ad_token
|