Skip to content

Commit cedd665

Browse files
authored
Add v1 for openai (#460)
1 parent 46a3283 commit cedd665

File tree

1 file changed

+3
-3
lines changed
  • source/instructors/admin/organization

1 file changed

+3
-3
lines changed

source/instructors/admin/organization/llms.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. meta::
22
:description: You can enable LLM's to use your own LLM Provider API keys in Codio
3-
3+
44
.. _org_llm:
55

66
Large Language Models
@@ -10,7 +10,7 @@ You can add your own LLM API keys to your Codio organization to use in your :ref
1010

1111
.. image:: /img/llm_org_keys.png
1212
:alt: LLMs Keys
13-
13+
1414
We support the following providers:
1515

1616

@@ -59,7 +59,7 @@ Examples of how to use a custom LLM provider
5959

6060
- name: your openai custom name (custom value)
6161
- provider: openai (custom value)
62-
- endpoint: https://api.openai.com
62+
- endpoint: https://api.openai.com/v1
6363
- API key: your API key from openai
6464
- authentication: Header
6565
- auth template: Authorization: Bearer {{apikey}}

0 commit comments

Comments
 (0)