MyGit
🚩收到GitHub仓库的更新通知

nebuly-ai/nebuly

Fork: 648 Star: 8363 (更新于 2024-05-05 22:53:26)

license: Apache-2.0

Language: Python .

The user analytics platform for LLMs

最后发布版本: chatllama0.0.4 ( 2023-03-27 21:47:20)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Nebuly - The User Analytics Platform for LLMs

This is the official Python SDK for Nebuly. Nebuly is the user analytics platform for LLMs enabling you to automatically capture how your users interact with your models. The platform helps you understand what your LLM users like, what they don’t and why, what are the most asked questions and how you can improve your LLMs products to delight your customers.

Installation

The easiest way to install Nebuly’s SDK is via pip:

pip install nebuly

Once installed, authenticate to Nebuly platform and start building.

Get started

Tracking interactions to Nebuly is incredibly easy and requires just two lines of code. Use your LLMs as always, all you need to do is:

  1. Include Nebuly's API key.
  2. Add the user_id parameter within your model call.

With these simple additions, you can start tracking interactions to Nebuly in less than 2 minutes.

import nebuly
import openai

nebuly.init(api_key="<nebuly_api_key>")
openai.api_key = "<your_openai_api_key>"

response = openai.ChatCompletion.create(
    model="gpt-3.5-turbo",
    messages=[
        {
            "role": "system",
            "content": "You are an helpful assistant"
        },
        {
            "role": "user",
            "content": "Hello, I need help with my computer"
        }
    ],
    user_id="test_user",
)

We support also Azure OpenAI, HuggingFace, Cohere, Anthropic, VertexAI and Bedrock. To learn more please visit the documentation.

最近版本更新:(数据更新于 2024-04-25 12:37:42)

2023-03-27 21:47:20 chatllama0.0.4

2023-03-27 16:16:55 chatllama0.0.3

2023-03-21 21:07:13 v0.9.0

2023-02-15 21:18:00 v0.8.1

2023-01-24 07:20:48 v0.8.0

2023-01-13 07:51:38 v0.7.3

2023-01-12 16:44:46 v0.7.2

2023-01-11 02:27:32 v0.7.1

2023-01-10 01:02:06 v0.7.0

2023-01-02 03:15:05 v0.6.0

主题(topics):

ai, analytics, artificial-intelligence, deeplearning, large-language-models, llm

nebuly-ai/nebuly同语言 Python最近更新仓库

2024-05-08 22:07:28 moesnow/March7thAssistant

2024-05-08 21:52:57 VinciGit00/Scrapegraph-ai

2024-05-08 18:20:47 prowler-cloud/prowler

2024-05-07 16:32:55 jxxghp/MoviePilot

2024-05-07 15:49:21 intuitem/ciso-assistant-community

2024-05-07 13:51:18 xtekky/gpt4free