Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aorwall committed Jan 23, 2025
1 parent be4d838 commit aea88b8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ When specifying just the `--model` argument, the following configurations are us
| gpt-4o-mini-2024-07-18 | tool_call | messages | yes | [16%](https://experiments.moatless.ai/evaluations/20250118_gpt_4o_mini_2024_07_18_0_0_n_20_fmt_tool_call_thoughts-in-action_6_verified_mini) |
| o1-mini-2024-09-12 | react | react | no (disabled thoughts) | [28%](https://experiments.moatless.ai/evaluations/20250114_o1_mini_2024_09_12_0_0_n_20_fmt_react_hist_react_verified_mini) |
| deepseek/deepseek-chat | react | react | no | [36%](https://experiments.moatless.ai/evaluations/20250118_deepseek_deepseek_chat_0_0_n_20_fmt_react_verified_mini) |
| deepseek/deepseek-reasoner | react | react | no (disabled thoughts) | [50%](https://experiments.moatless.ai/evaluations/20250120_deepseek_deepseek_reasoner_None_n_20_fmt_react_verified_mini) |
| gemini/gemini-2.0-flash-exp | react | react | no | [38%](https://experiments.moatless.ai/evaluations/20250119_gemini_gemini_2.0_flash_exp_0_0_n_20_fmt_react_verified_mini) |
| openrouter/meta-llama/llama-3.1-70b-instruct | react | react | no | - |
| openrouter/meta-llama/llama-3.1-405b-instruct | react | react | no | [28%](https://experiments.moatless.ai/evaluations/20250119_openai_meta_llama_Meta_Llama_3.1_405B_Instruct_FP8_0_0_n_20_fmt_react_verified_mini) | - |
Expand Down
27 changes: 23 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "moatless"
version = "0.0.7"
version = "0.0.8"
description = ""
authors = [ "Albert Örwall <albert@moatless.ai>",]
readme = "README.md"
Expand Down Expand Up @@ -35,9 +35,10 @@ numpy = "^1.0"
pylint = "^3.2.6"

# For LLM integrations

# !!! Use this to able to use Claude's computer use tool types https://github.com/BerriAI/litellm/pull/7805
#litellm = { git = "https://github.com/aorwall/litellm.git", branch = "anthropic-computer-use" }
litellm = "^1.59.0"
litellm = "^1.59.3"

instructor = "<=1.6.3"

Expand All @@ -59,6 +60,10 @@ filelock = "^3.16.1"
matplotlib = "^3.10.0"
seaborn = "^0.13.2"

# TODO: Image and PDF handling
# Pillow = "^11.1.0"
# pymupdf = "^1.25.1"

[tool.ruff.lint]
select = [ "B", "DTZ", "E", "F", "I", "LOG", "N", "PLE", "SIM", "T20", "UP",]
ignore = [ "E501", "F401", "UP007" ]
Expand Down

0 comments on commit aea88b8

Please sign in to comment.