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
Fishtiks's profile picture khai3457's profile picture guy347y5's profile picture
ยท

AI & ML interests

None yet

Recent Activity

posted an update about 1 month 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 about 1 month ago
Introducing any-llm: A unified API to access any LLM provider
posted an update about 2 months 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 Spaces 1

Sleeping

First Test

๐ŸŒ–

Dec 18, 2024
Company
TOS Privacy About Jobs
Website
Models Datasets Spaces Pricing Docs