Skip to content

Commit

Permalink
new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Mar 5, 2024
1 parent dd23f09 commit 65c3d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Settings(BaseSettings):
TDS_URL: str = "http://data-service.staging.terarium.ai:8000"
TDS_USER: str = "user"
TDS_PASSWORD: str = "password"
COSMOS_URL: str = "http://xdd.wisc.edu/cosmos_service"
COSMOS_URL: str = "http://cosmos0004.chtc.wisc.edu:8088"
OPENAI_API_KEY: str = "foo"
LOG_LEVEL: str = "INFO"
PDF_EXTRACTOR: ExtractionServices = "cosmos"
Expand Down

0 comments on commit 65c3d49

Please sign in to comment.