-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: prompt generator in AI assistant #196
base: main
Are you sure you want to change the base?
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
right: 40px; | ||
width: 30px; | ||
height: 30px; | ||
display: flex; |
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.
this style does not apply if i add it in style.css. i dont know why this gets overridden
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.
If you are targeting #magic-prompt
in chat/static/chat/style.css, I don't see why it wouldn't?
You may have to Ctrl+Shift+R to see changes in the browser.
}, | ||
], | ||
) | ||
llm.create_costs() |
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.
could not verify if this is actually adding to the cost. What's the best way to verify this?
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.
Inspect the Cost objects in django shell.
…sticecanada/otto into feat-prompt-generator-inblock
No description provided.