Skip to content

fixed temperature argument parsing #1619

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

Open
wants to merge 104 commits into
base: main
Choose a base branch
from

Conversation

innovative-illusions
Copy link

No description provided.

umayado17 and others added 30 commits October 27, 2024 12:22
…dependency-conflict

fix: relax starlette version requirement to resolve FastAPI conflict
Added Gemini 1.5 Pro profile to Open Interpreter defaults.
Add "Policies" group to mint.json with legal/license page.
KillianLucas and others added 30 commits December 3, 2024 20:30
add better request handling to openai-compatible server
Server in async_main is not reachable because we already checked for
`args["serve"]` in main()
Example:

````shell
(oi_dev) λ interpreter --serve --model gpt-4o-mini --auto-run
Starting OpenAI-compatible server...

============================================================
Open Interpreter API Server
============================================================

To use with an OpenAI-compatible client, configure:
  - API Base:     http://127.0.0.1:8000
  - API Path:     /chat/completions
  - API Key:      (any value, authentication not required)
  - Model name:   (any value, ignored)

NOTE: The server will use the model configured in --model
      Currently using: gpt-4o-mini
============================================================
````
"Don't Repeat Yourself"
The archive should just be in the git history, not in a folder.  The
classic version can be checked out as a worktree if needed. Having it in
a folder clutters up the repo and is confusing when doing code-wide
searches, finding seemingly-relevant references that are actually
obsolete, or when using tools like Cursor that look for things
throughout the repo and get confused about new and old things with the
same name.
Remove duplicate server init, add server info prints
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

Successfully merging this pull request may close these issues.

7 participants