raymond513 commited on
Commit
874d207
1 Parent(s): c086cc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, offering blazing fast inference and 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>
 
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>