-
Notifications
You must be signed in to change notification settings - Fork 5k
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
innovative-illusions
wants to merge
104
commits into
OpenInterpreter:main
Choose a base branch
from
innovative-illusions:development
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fixed temperature argument parsing #1619
innovative-illusions
wants to merge
104
commits into
OpenInterpreter:main
from
innovative-illusions:development
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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.
Haiku 3.5 profile
…PATH for user sessions
add better request handling to openai-compatible server
…ui-fix Windows UI fix
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.
Delete OI classic archive
Don't check equality with None
Remove duplicate server init, add server info prints
Define version number in one place
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.