Add GPT-4 Turbo

This commit is contained in:
Karim Iskakov
2023-11-15 17:45:57 +03:00
parent 977ffb5e32
commit 61b8dbd0ce
3 changed files with 22 additions and 5 deletions
+14 -1
View File
@@ -1,4 +1,4 @@
available_text_models: ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "text-davinci-003"]
available_text_models: ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4-1106-preview", "gpt-4", "text-davinci-003"]
info:
gpt-3.5-turbo:
@@ -40,6 +40,19 @@ info:
Fast: 2
Cheap: 2
gpt-4-1106-preview:
type: chat_completion
name: GPT-4 Turbo
description: GPT-4 Turbo is a <b>faster</b> and <b>cheaper</b> version of GPT-4. It's as smart as GPT-4, so you should use it instead of GPT-4.
price_per_1000_input_tokens: 0.01
price_per_1000_output_tokens: 0.03
scores:
smart: 5
fast: 4
cheap: 3
text-davinci-003:
type: completion
name: GPT-3.5