Skip to content

Commit

Permalink
Build Qwen code interpreter example
Browse files Browse the repository at this point in the history
  • Loading branch information
tizkovatereza committed Nov 12, 2024
1 parent 3776a32 commit 047194f
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 109 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Read more about E2B on the [E2B website](https://e2b.dev) and the official [E2B
- [Python](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/codestral-code-interpreter-python)
- [JavaScript/TypeScript](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/codestral-code-interpreter-js)
- **Fireworks AI**
- Firefunction-v2 with code interpreter
- [Python](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/fireworks-code-interpreter-python)
- Firefunction-v2 with code interpreter - [Python](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/fireworks-code-interpreter-python)
- Qwen2.5-Coder-32B-Instruct with code interpreter - [Python](https://github.com/e2b-dev/e2b-cookbook/blob/main/examples/fireworks-code-interpreter-python/qwen_code_interpreter.ipynb)
- **Together AI**
- Code interpreter usable with Meta Llama 3.1 Instruct Turbo (8B or 70B or 405B), Qwen 2 Instruct (72B), Code Llama Instruct (70B), or DeepSeek Coder Instruct (33B)
- [Python](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/together-ai-with-code-interpreting/together-ai-code-interpreter-python)
Expand Down
Loading

0 comments on commit 047194f

Please sign in to comment.