-
Notifications
You must be signed in to change notification settings - Fork 12
[#345] Enable chatbot to search bipolar research docs #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#345] Enable chatbot to search bipolar research docs #364
Conversation
…ews and settings configuration
…tance - Replace conversation-based chat system with direct assistant API calls - Remove ConversationList component and related conversation state management - Switch from continueConversation to sendAssistantMessage API endpoint - Track current messages and response IDs instead of full conversations - Remove conversation creation, deletion, and title updating functionality - Simplify UI by removing conversation list toggle and management buttons - Update welcome message to focus on document-based Q&A instead of bipolar treatment - Maintain backward compatibility by keeping Conversation interface export - Remove DOM content extraction and page content tracking - Streamline message handling with direct assistant responses
This reverts commit 261634c.
MODEL_DEFAULTS = { | ||
"instructions": INSTRUCTIONS, | ||
"model": "gpt-5-nano", # 400,000 token context window | ||
"reasoning": {"effort": "low", "summary": "auto"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GPT-5, GPT-5 mini Access:
Models: All API users on tiers 1 through 5, with some subject to organization verification
Streaming: All API users on tiers 1 through 5, subject to organization verification
Reasoning Summaries (Responses API only): All API users on tiers 1 through 5, subject to organization verification
Endpoints: Responses API and Chat Completions API
https://help.openai.com/en/articles/10910291-api-organization-verification
No description provided.