File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,16 @@ Anthropic models:
40
40
Ollama models:
41
41
llama3.1
42
42
LBL-CBORG models:
43
- lbl/llama-3
44
- openai/chatgpt:latest
45
- anthropic/claude:latest
46
- google/gemini:latest
43
+ lbl/cborg-chat:latest
44
+ lbl/cborg-chat-nano:latest
45
+ openai/gpt-3.5-turbo
46
+ openai/gpt-4o
47
+ openai/gpt-4o-mini
48
+ anthropic/claude-haiku
49
+ anthropic/claude-sonnet
50
+ anthropic/claude-opus
51
+ google/gemini-pro
52
+ google/gemini-flash
47
53
```
48
54
49
55
### Generate Text
Original file line number Diff line number Diff line change @@ -31,10 +31,16 @@ To list all available models from supported providers:
31
31
Ollama models:
32
32
llama3.1
33
33
LBL-CBORG models:
34
- lbl/llama-3
35
- openai/chatgpt:latest
36
- anthropic/claude:latest
37
- google/gemini:latest
34
+ lbl/cborg-chat:latest
35
+ lbl/cborg-chat-nano:latest
36
+ openai/gpt-3.5-turbo
37
+ openai/gpt-4o
38
+ openai/gpt-4o-mini
39
+ anthropic/claude-haiku
40
+ anthropic/claude-sonnet
41
+ anthropic/claude-opus
42
+ google/gemini-pro
43
+ google/gemini-flash
38
44
39
45
Generate Text
40
46
-------------
You can’t perform that action at this time.
0 commit comments