Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
3
10
Stefan French
stefan-french
Follow
Fishtiks's profile picture
clem's profile picture
lucasqw353's profile picture
35 followers
ยท
6 following
AI & ML interests
None yet
Recent Activity
posted
an
update
7 days ago
๐ We recently released any-llm: https://github.com/mozilla-ai/any-llm ๐งโ๐ป It's easy to get started: ``` from any_llm import completion import os # Make sure you have the appropriate environment variable set assert os.environ.get('MISTRAL_API_KEY') # Basic completion response = completion( model="mistral/mistral-small-latest", # <provider_id>/<model_id> messages=[{"role": "user", "content": "Hello!"}] ) print(response.choices[0].message.content) ``` ๐ Read more about it here: https://huggingface.co/blog/mozilla-ai/introducing-any-llm
published
an
article
7 days ago
Introducing any-llm: A unified API to access any LLM provider
posted
an
update
25 days ago
๐ We just released the WASM Agent Blueprint! It shows how to run Python-based AI agents directly in your browser using WebAssembly (WASM) via Pyodide and the OpenAI Agents SDK. There are no installs, it runs straight in your browser. Try it out and explore the code ๐ https://github.com/mozilla-ai/wasm-agents-blueprint
View all activity
Organizations
stefan-french
's Spaces
1
Sort:ย Recently updated
Sleeping
First Test
๐