Add project management functionality with CRUD operations and associations; introduce project schemas and update main application routing.
This commit is contained in:
@@ -21,7 +21,7 @@ class InvestorProcessor:
|
||||
self.llm = ChatOpenAI(
|
||||
api_key=os.getenv("OPENROUTER_API_KEY"),
|
||||
base_url="https://openrouter.ai/api/v1",
|
||||
model="openai/gpt-5-nano",
|
||||
model="google/gemini-2.5-flash-lite",
|
||||
temperature=0,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user