OpenSesame OpenAI
OpenSesame OpenAI is a custom OpenAI client that integrates with the OpenSesame service for evaluating AI responses.
Installation
You can install the OpenSesame OpenAI package using pip:
pip install opensesame-openai
Usage
Here's a quick example of how to use the OpenSesame OpenAI client:
from opensesame_openai import OpenSesame
client = OpenSesame(
api_key="your-openai-api-key",
open_sesame_key="your-opensesame-key",
project_name="your-project-name",
ground_truth="",
context=""
)
response = client.chat.completions.create(
model="gpt-3.5-turbo",
messages=[
{"role": "user", "content": "Hello, how are you?"}
]
)
print(response.choices[0].message.content)
License
This project is licensed under the MIT License - see the LICENSE file for details.# OpenSesamePythonSDK
Release files for opensesame-sdk 0.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| opensesame-sdk-0.2.7.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| opensesame_sdk-0.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.8 kB
Release files / opensesame-sdk-0.2.7.tar.gz
| Download URL | opensesame-sdk-0.2.7.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
710a919ecf222cd41b12d7159e13156d506135a306c0e460015b49175ca2c48b
|
|
BLAKE2b-256 checksum How to use checksums |
b528110c3b02e08a51a58db2326396b93f6c395d2abb4aac03f6f532ee7827d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.0
|
Release files / opensesame_sdk-0.2.7-py3-none-any.whl
| Download URL | opensesame_sdk-0.2.7-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7a7b80726841c7ecd8183ff497c2017b41c5df0a1878381a60801da253de3697
|
|
BLAKE2b-256 checksum How to use checksums |
30f3606713d4f232fbd9cd6c8800fc0c8a2e3b5a3758105f9608f85c133f14cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.0
|