Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tattrongvu authored Oct 25, 2024
1 parent c7f7fe8 commit 37557bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
15 changes: 10 additions & 5 deletions docs/Model Serving/Langchain Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,22 @@ Example output:

```
==========Available models==========
Llama-3-70B-Instruct
Llama-3.1-70B-Instruct
Mistral-Nemo-Instruct-2407
Mixtral-8x7B-Instruct-v0.1
CodeLlama-2
DeepSeek-Coder-V2-Lite-Instruct
jina-embeddings-v2-base-de
text-embedding-bge-m3
gpt-35-turbo
text-embedding-ada-002
gpt-4-32k-canada
gpt-4-32k-france
mistral-large-32k-france
gpt-4o
gpt-4-turbo-128k-france
claude-3-5-sonnet
gemini-1.5-pro
gemini-1.5-flash
Llama-3.1-405B-Instruct-US
Mistral-Large-2407
claude-3-5-sonnet-v2-US
```

**Step 2: Initialize LLM with OpenAILike class.**
Expand Down
15 changes: 10 additions & 5 deletions docs/Model Serving/Llama-Index Intergration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,22 @@ Example output:

```
==========Available models==========
Llama-3-70B-Instruct
Llama-3.1-70B-Instruct
Mistral-Nemo-Instruct-2407
Mixtral-8x7B-Instruct-v0.1
CodeLlama-2
DeepSeek-Coder-V2-Lite-Instruct
jina-embeddings-v2-base-de
text-embedding-bge-m3
gpt-35-turbo
text-embedding-ada-002
gpt-4-32k-canada
gpt-4-32k-france
mistral-large-32k-france
gpt-4o
gpt-4-turbo-128k-france
claude-3-5-sonnet
gemini-1.5-pro
gemini-1.5-flash
Llama-3.1-405B-Instruct-US
Mistral-Large-2407
claude-3-5-sonnet-v2-US
```

**Step 2: Initialize LLM with OpenAILike class.**
Expand Down

0 comments on commit 37557bd

Please sign in to comment.