Add reasoning_content field to ChatMessage model and update response handling in generate_openai_response and stream_openai_response functions to include reasoning content. Enhance create_chat_completion to accumulate and return reasoning content in responses.
f48a33c
OraCatQAQcommited on
Enhance API key verification to include ADMIN_KEY check and return DEEPSIDER_TOKEN; improve error handling in create_chat_completion function.
e40cdb9
OraCatQAQcommited on
update
289605c
OraCatQAQcommited on
update
7184fb2
OraCatQAQcommited on
update
c1186e2
OraCatQAQcommited on
Refactor list_models function to remove api_key dependency for improved simplicity
83db6fd
OraCatQAQcommited on
Update
07d6995
OraCatQAQcommited on
Refactor get_account_balance function to remove admin key check and improve error handling for API key retrieval; return total quota information for all tokens.