Skip to content
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

Update ask code to devchat ask 0.1.8 #9

Merged
merged 4 commits into from
Dec 18, 2023

Conversation

yangbobo2021
Copy link
Contributor

No description provided.

print(f"***/ask-code has costed approximately ${cost} USD for this question.***")
spent_money = 0.0
token_usages = answer[2].get("usages", [])
if len(token_usages) > 0:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to check the length here

Comment on lines 27 to 42
prices = {
"gpt-4": (0.03, 0.06),
"gpt-4-32k": (0.06, 0.12),
"gpt-3.5-turbo": (0.0015, 0.002),
"gpt-3.5-turbo-16k": (0.003, 0.004),
"claude-2": (0.01102, 0.03268),
"starchat-alpha": (0.0004, 0.0004),
"CodeLlama-34b-Instruct": (0.0008, 0.0008),
"llama-2-70b-chat": (0.001, 0.001),
"gpt-3.5-turbo-1106": (0.001, 0.002),
"gpt-4-1106-preview": (0.01, 0.03),
"gpt-4-1106-vision-preview": (0.01, 0.03),
"others": (0.001, 0.002),
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be better to add a comment noting the first element is the prompt pricing and the second is for completion.

@yangbobo2021 yangbobo2021 force-pushed the update_ask-code_to_devchat-ask-0.1.8 branch from a2570bd to d37fbaa Compare December 18, 2023 01:15
@kagami-l kagami-l merged commit 8eb0d0b into main Dec 18, 2023
1 check passed
@kagami-l kagami-l deleted the update_ask-code_to_devchat-ask-0.1.8 branch December 18, 2023 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants