Logo
Explore Help
Sign In
bolade/Anton_wireframe
1
0
Fork 0
You've already forked Anton_wireframe
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
Anton_wireframe/app/settings.py
T

12 lines
172 B
Python
Raw Permalink Normal View History

Remove deprecated demo, ingest, schema, and test parser files; add new LLM parser implementation and settings configuration
2025-08-28 23:09:14 +01:00
from pydantic_settings import BaseSettings
Implement investor processing and querying functionality
2025-08-29 18:42:55 +01:00
Remove deprecated demo, ingest, schema, and test parser files; add new LLM parser implementation and settings configuration
2025-08-28 23:09:14 +01:00
class Settings(BaseSettings):
Implement investor processing and querying functionality
2025-08-29 18:42:55 +01:00
OPENROUTER_API_KEY: str
Remove deprecated demo, ingest, schema, and test parser files; add new LLM parser implementation and settings configuration
2025-08-28 23:09:14 +01:00
class Config:
env_file = ".env"
Implement investor processing and querying functionality
2025-08-29 18:42:55 +01:00
settings = Settings()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.2 Page: 1920ms Template: 7ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API