model package for enabling chat experiences with openai
Project description
Microsoft Teams OpenAI
[!WARNING] Deprecated — This package was originally in preview, but we have decided to stop maintaining it before General Availability. We recommend using the official OpenAI Python SDK instead, which provides better long-term support for OpenAI integrations.
OpenAI model implementations for Microsoft Teams AI applications. Supports OpenAI and OpenAI-compatible APIs for chat completions and embeddings.
Installation
pip install microsoft-teams-openai
Or if using uv:
uv add microsoft-teams-openai
Usage
from microsoft_teams.openai import OpenAICompletionsAIModel
from microsoft_teams.ai import ChatPrompt
model = OpenAICompletionsAIModel(api_key="your-api-key", model="gpt-4")
prompt = ChatPrompt(model)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file microsoft_teams_openai-2.0.0a78.tar.gz.
File metadata
- Download URL: microsoft_teams_openai-2.0.0a78.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e052753504e6ad80ab7e503840b237d06519fa56b8f311a560274285547b8112
|
|
| MD5 |
9d2bb8dd78738bc3a98e523309d6b340
|
|
| BLAKE2b-256 |
81a31a68a40934bddf0c4174fcd2ca91e69d9dad7461d8be229ac94df773bb35
|
File details
Details for the file microsoft_teams_openai-2.0.0a78-py3-none-any.whl.
File metadata
- Download URL: microsoft_teams_openai-2.0.0a78-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b549ec838b5283ad6bb072e248b7f347eee9cfb572365ba636c6cc9d6cccd3e
|
|
| MD5 |
156824c6e09db52ea93666c3af8a11ac
|
|
| BLAKE2b-256 |
ff5b64165a4be447b14d3fa477b3d07400edc0fe114574558bc75e1f2f8384ec
|