Skip to content

Commit

Permalink
Refactor .env.example and comment out main app launch in ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
harshalmore31 authored Jan 6, 2025
1 parent a4acfa8 commit 9c4cbca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,9 @@ LOG_LEVEL="INFO"
BOT_NAME="Orca"
HF_API_KEY="your_huggingface_api_key_here"
AGENTOPS_API_KEY=""
<<<<<<< HEAD
FIREWORKS_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
AZURE_OPENAI_AD_TOKEN=your_azure_openai_ad_token
=======
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"
AZURE_OPENAI_AD_TOKEN="your_azure_openai_ad_token"
>>>>>>> upstream/master
6 changes: 3 additions & 3 deletions swarms/structs/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1806,6 +1806,6 @@ def update_logs_display():

return ui.build()

if __name__ == "__main__":
app = create_app()
app.launch()
# if __name__ == "__main__":
# app = create_app()
# app.launch()

0 comments on commit 9c4cbca

Please sign in to comment.