Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,14 @@ OPENAI_API_KEY=<YOUR_FIREWORKS_API_KEY>
|
|
| 17 |
MODEL=accounts/fireworks/models/firefunction-v1
|
| 18 |
```
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Intended Use and Limitations
|
| 21 |
|
| 22 |
### Key Highlights
|
|
@@ -31,7 +39,6 @@ Although the model was trained on a variety of tasks, it performs best on:
|
|
| 31 |
* structured information extraction.
|
| 32 |
|
| 33 |
|
| 34 |
-
|
| 35 |
### Out-of-Scope Use
|
| 36 |
The model was not optimized for the following use cases:
|
| 37 |
* general multi-turn chat,
|
|
|
|
| 17 |
MODEL=accounts/fireworks/models/firefunction-v1
|
| 18 |
```
|
| 19 |
|
| 20 |
+
## Resources
|
| 21 |
+
* [FireFunction-v1 Blog Post] (https://fireworks.ai/blog)
|
| 22 |
+
* [Fireworks discord with function calling channel] (https://discord.gg/mMqQxvFD9A)
|
| 23 |
+
* [Documentation] (https://readme.fireworks.ai/docs/function-calling)
|
| 24 |
+
* [Demo app] (https://functional-chat.vercel.app/)
|
| 25 |
+
* [Try in Fireworks prompt playground UI] (https://fireworks.ai/models/fireworks/firefunction-v1)
|
| 26 |
+
|
| 27 |
+
|
| 28 |
## Intended Use and Limitations
|
| 29 |
|
| 30 |
### Key Highlights
|
|
|
|
| 39 |
* structured information extraction.
|
| 40 |
|
| 41 |
|
|
|
|
| 42 |
### Out-of-Scope Use
|
| 43 |
The model was not optimized for the following use cases:
|
| 44 |
* general multi-turn chat,
|