Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up
Stefan French's picture
3 10

Stefan French

stefan-french
anindita2704's profile picture njbrake's profile picture marcellus344645's profile picture
ยท

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

Mozilla.ai's profile picture

stefan-french 's models 1

stefan-french/local_fr

0.0B โ€ข Updated Jan 30 โ€ข 4
Company
TOS Privacy About Jobs
Website
Models Datasets Spaces Pricing Docs