Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
|
| 11 |
FireFunction is a state-of-the-art function calling model with a commercially viable license.
|
| 12 |
|
| 13 |
-
💡 The model is hosted on the [Fireworks](https://fireworks.ai/models/fireworks/firefunction-v1) platform
|
| 14 |
```sh
|
| 15 |
OPENAI_API_BASE=https://api.fireworks.ai/inference/v1
|
| 16 |
OPENAI_API_KEY=<YOUR_FIREWORKS_API_KEY>
|
|
|
|
| 10 |
|
| 11 |
FireFunction is a state-of-the-art function calling model with a commercially viable license.
|
| 12 |
|
| 13 |
+
💡 The model is also hosted on the [Fireworks](https://fireworks.ai/models/fireworks/firefunction-v1) platform. It's free during a limited beta period and hosted to be about 4x the speed of GPT-4, generating ~110 tokens/sec! The model is also API compatible with [OpenAI function calling](https://platform.openai.com/docs/guides/function-calling).
|
| 14 |
```sh
|
| 15 |
OPENAI_API_BASE=https://api.fireworks.ai/inference/v1
|
| 16 |
OPENAI_API_KEY=<YOUR_FIREWORKS_API_KEY>
|