Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] support o1 models #27

Open
10 tasks
hmasdev opened this issue Sep 14, 2024 · 0 comments
Open
10 tasks

[feat] support o1 models #27

hmasdev opened this issue Sep 14, 2024 · 0 comments
Assignees

Comments

@hmasdev
Copy link
Owner

hmasdev commented Sep 14, 2024

Add support for the new OpenAI models:

  • o1-mini
  • o1-preview

See https://platform.openai.com/docs/models/o1 for more details

Development Steps

  1. See https://github.com/hmasdev/autogen-werewolf/blob/main/README.md#development
  2. Select a new model
  3. develop
    • Update werewolf/const.py: add a new model name to MODEL_SERVICE_MAP;
  4. pytest/flake8/mypy
  5. update ./README.md.j2
  6. commit/push
  7. pull request
@hmasdev hmasdev self-assigned this Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant