Skip to content

Commit

Permalink
Add fireworksai to integrate new llama 3.1 models (#82)
Browse files Browse the repository at this point in the history
* add fireworksai to integrate new llama 3.1 models

* rename fireworks-adapter to fireworksai-adapter
  • Loading branch information
wachterjohannes authored Jul 31, 2024
1 parent d77b2bc commit 4e84f70
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 144 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ composer require modelflow-ai/openai-adapter

## Examples

Here are some examples of how you can use the Mistral package in your PHP applications. You can find more detailed
Here are some examples of how you can use the OpenAI Adapter in your PHP applications. You can find more detailed
examples in the [examples directory](examples).

## Usage
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"asapo/remove-vendor-plugin": "^0.1"
},
"suggest": {
"modelflow-ai/chat": "To use the chat-completion.",
"modelflow-ai/embeddings": "To use the embeddings.",
"modelflow-ai/image": "To use the image generation."
},
Expand Down
Loading

0 comments on commit 4e84f70

Please sign in to comment.