Skip to content

Commit

Permalink
Add Llama 3 8b instruct
Browse files Browse the repository at this point in the history
  • Loading branch information
bi1101 committed Apr 24, 2024
1 parent 2d84358 commit dc93d73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions class-gwiz-gf-openai.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,11 @@ public function feed_settings_fields()
'label' => __('Predibase Mistral-7b-instruct', 'gravityforms-openai'),
'tooltip' => 'API Provider: https://serving.app.predibase.com/6266f0/deployments/v2/llms/mistral-7b-instruct/v1/'
),
array(
'value' => 'https://serving.app.predibase.com/6266f0/deployments/v2/llms/llama-3-8b-instruct/v1/',
'label' => __('Predibase Llama-3-8b-instruct', 'gravityforms-openai'),
'tooltip' => 'API Provider: https://serving.app.predibase.com/6266f0/deployments/v2/llms/llama-3-8b-instruct/v1/'
),
array(
'value' => 'https://POD_ID-80.proxy.runpod.net/v1/',
'label' => __('RunPod Mistral-7b-instruct v0.1', 'gravityforms-openai'),
Expand Down

0 comments on commit dc93d73

Please sign in to comment.