Skip to content

Commit cdbf6b0

Browse files
authored
Create model_provider.md
1 parent 7f68a7d commit cdbf6b0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Custom model providers
3+
about: Questions or bugs about using non-OpenAI models
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Please read this first
11+
12+
- **Have you read the custom model provider docs, including the 'Common issues' section?** [Model provider docs](https://openai.github.io/openai-agents-python/models/#using-other-llm-providers)
13+
- **Have you searched for related issues?** Others may have faced similar issues.
14+
15+
### Describe the question
16+
A clear and concise description of what the question or bug is.
17+
18+
### Debug information
19+
- Agents SDK version: (e.g. `v0.0.3`)
20+
- Python version (e.g. Python 3.10)
21+
22+
### Repro steps
23+
Ideally provide a minimal python script that can be run to reproduce the issue.
24+
25+
### Expected behavior
26+
A clear and concise description of what you expected to happen.

0 commit comments

Comments
 (0)