-
Notifications
You must be signed in to change notification settings - Fork 344
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
refactor monitor #13
refactor monitor #13
Conversation
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.
Please see inline comments. Besides, I can't find the computation for OpenAI cost. For example, cost={prompt_token}*0.001 + {completion_token}*0.002
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.
Please see inline comments, others look good to me.
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.
LGTM
Limit the chat history to avoid performance loss of UI & fix robust issue
as_copilot updates
Added: Gallery & logout interface Game Monkey Adventures Chinese example
Added: Gallery & logout interface Game Monkey Adventures Chinese example
Added: Gallery & logout interface Game Monkey Adventures Chinese example
name: Refactor Monitor
Description
SqliteMonitor
based on sqlite3, and removeDictMonitor
_FileManager
_init.py
SqliteMonitor
Checklist
Please check the following items before code is ready to be reviewed.