Skip to content

Commit

Permalink
Merge pull request #275 from miurla/llama3-1
Browse files Browse the repository at this point in the history
Add LLaMA3.1 models to the verified models list
  • Loading branch information
miurla committed Jul 23, 2024
2 parents c4c6269 + 2cc36fd commit 219786d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ UPSTASH_REDIS_REST_TOKEN=[YOUR_UPSTASH_REDIS_REST_TOKEN]

# Only writers can set a specific model. It must be compatible with the OpenAI API.
# USE_SPECIFIC_API_FOR_WRITER=true
# SPECIFIC_API_BASE=
# SPECIFIC_API_KEY=
# SPECIFIC_API_MODEL=
# SPECIFIC_API_BASE=[YOUR_API_BASE] # e.g. https://api.groq.com/openai/v1
# SPECIFIC_API_KEY=[YOUR_API_KEY]
# SPECIFIC_API_MODEL=[YOUR_API_MODEL] # e.g. llama-3.1-70b-versatile

# enable the share feature
# If you enable this feature, separate account management implementation is required.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,7 @@ This will allow you to use Morphic as your default search engine in the browser.
### List of verified models that can be specified to writers:

- [Groq](https://console.groq.com/docs/models)
- LLaMA3.1 8b
- LLaMA3.1 70B
- LLaMA3 8b
- LLaMA3 70b

0 comments on commit 219786d

Please sign in to comment.