-
Notifications
You must be signed in to change notification settings - Fork 151
chore(weave): Add db and server support for cached tokens #6507
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
Changes from all commits
d46ab33
949433d
6646908
7ab9937
26c8310
4ae6671
ec2f3af
339f626
62c9ca5
2861a9c
d5b6d31
b9a5a23
a2e68b4
0e6a289
e137c47
bbf5da2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 The This means if (Refers to lines 130-143) Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ALTER TABLE llm_token_prices DROP COLUMN IF EXISTS cache_read_input_token_cost; | ||
| ALTER TABLE llm_token_prices DROP COLUMN IF EXISTS cache_creation_input_token_cost; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ALTER TABLE llm_token_prices ADD COLUMN IF NOT EXISTS cache_read_input_token_cost Float DEFAULT 0; | ||
| ALTER TABLE llm_token_prices ADD COLUMN IF NOT EXISTS cache_creation_input_token_cost Float DEFAULT 0; |
|
devin-ai-integration[bot] marked this conversation as resolved.
|
Uh oh!
There was an error while loading. Please reload this page.