Commit graph

4787 commits

Author SHA1 Message Date
Paul Gauthier
a28c18a257 copy 2024-06-17 09:46:47 -07:00
Paul Gauthier
cd52470243 copy 2024-06-17 09:44:31 -07:00
Paul Gauthier
dda0a4e4ab Added deepseek coder v2 2024-06-17 09:42:32 -07:00
Paul Gauthier
ca8672bc90 set version to 0.38.1-dev 2024-06-16 20:57:50 -07:00
Paul Gauthier
9890f9d97e version bump to 0.38.0 2024-06-16 20:57:10 -07:00
Paul Gauthier
6a268e2f5a copy 2024-06-16 20:56:24 -07:00
Paul Gauthier
48d86a9481 updated history; restored YAMLConfigFileParser 2024-06-16 20:56:12 -07:00
Paul Gauthier
0d97f52316 copy 2024-06-16 12:18:59 -07:00
Paul Gauthier
5c87008bd0 Updated HISTORY 2024-06-16 12:16:19 -07:00
Paul Gauthier
45e27af589 restored editblock_prompt 2024-06-16 12:09:20 -07:00
Paul Gauthier
73fcaa6f01 bump litellm version to pickup fix https://github.com/BerriAI/litellm/issues/4082 2024-06-16 11:21:32 -07:00
Paul Gauthier
43e938367c copy 2024-06-14 16:52:43 -07:00
Paul Gauthier
80458f9b0a fixed token limits url 2024-06-14 07:31:18 -07:00
Paul Gauthier
a30e656304 improved token limit err msgs and docs #678 2024-06-14 07:28:33 -07:00
Paul Gauthier
0fc6b9beaa copy 2024-06-14 06:16:56 -07:00
Paul Gauthier
5fd8bb69ca Note use of AZURE_OPENAI_API_xxx #672 2024-06-14 06:16:53 -07:00
Daniel Vainsencher
3e9f6dcca2
Merge branch 'main' into dvf_llm_log 2024-06-12 18:32:48 -04:00
Daniel Vainsencher
c40b3fa310 Review comments 2024-06-12 18:28:55 -04:00
Paul Gauthier
a07492b90a moved --vim to Other Settings 2024-06-12 11:30:26 -07:00
Nicolas Perez
abeb9f4d84 fix: enable_playwright url had a typo 2024-06-12 02:32:50 -04:00
Paul Gauthier
73f9b67761 copy 2024-06-11 19:24:14 -07:00
Paul Gauthier
f12589fd74 copy 2024-06-11 18:56:28 -07:00
Paul Gauthier
3532bd7758 use cog to include get-started in readme 2024-06-11 18:51:36 -07:00
paul-gauthier
d65e16c4df
Update README.md 2024-06-11 15:46:13 -07:00
paul-gauthier
53c87b9551
Merge pull request #668 from nicolasperez19/remove-readme-typo 2024-06-11 15:40:07 -07:00
Nicolas Perez
2f38af54dc doc: Removed template typo in README 2024-06-11 18:34:47 -04:00
Krazer
c76957973d fix space 2024-06-11 17:28:21 -05:00
Krazer
486c5ce65c add support to load/override model settings 2024-06-11 17:15:48 -05:00
Paul Gauthier
6216a273fe drop context at the caller 2024-06-11 13:33:46 -07:00
Paul Gauthier
8e036fa891 copy 2024-06-11 13:32:08 -07:00
Paul Gauthier
fb3cc98da5 cleanup --model-metadata-file 2024-06-11 13:30:35 -07:00
paul-gauthier
2f6e360188
Merge pull request #666 from caseymcc/register_model
Allow models to be registered with litellm
2024-06-11 13:20:02 -07:00
Paul Gauthier
ba1ae76fc0 Merge remote-tracking branch 'origin/main' 2024-06-11 13:19:11 -07:00
Paul Gauthier
20f730a673 stop including chat conversation in commits 2024-06-11 13:19:02 -07:00
Krazer
a44119bbbe fix wording 2024-06-11 14:14:01 -05:00
Krazer
0984e5464f link to litellm models def 2024-06-11 14:12:52 -05:00
Krazer
568d72ebe8 update docs 2024-06-11 14:09:45 -05:00
Krazer
58965a9cff minor output change 2024-06-11 13:48:50 -05:00
paul-gauthier
d773a82e9a
Merge pull request #623 from fovi-llc/pup 2024-06-11 11:44:36 -07:00
paul-gauthier
9382fa1091
Merge pull request #629 from youknow04/main 2024-06-11 11:44:04 -07:00
Krazer
a1b5f98d02 remove print 2024-06-11 13:41:29 -05:00
Krazer
a090de6a00 add change requests 2024-06-11 13:39:55 -05:00
Krazer
f3b5eae778 remove duplicates 2024-06-11 13:30:18 -05:00
Krazer
d819d52f82 add current directory 2024-06-11 13:18:43 -05:00
Krazer
acccbb1512 update command line arg 2024-06-11 13:14:22 -05:00
Krazer
d91707f73e all models to be registered with litellm 2024-06-11 13:07:19 -05:00
paul-gauthier
255fe127e3
Merge pull request #665 from youknow04/quantized-bench 2024-06-11 08:46:07 -07:00
youknow
c5dee67db2 add quantized models in leaderboard(codeqwen, codestral, qwen2) 2024-06-12 00:11:05 +09:00
Paul Gauthier
dece830cb8 wait up to 5sec 2024-06-11 06:37:41 -07:00
Paul Gauthier
4ebc35e038 aider: Set a maximum timeout of 5 seconds for page.goto in the scrape_with_playwright method.
# Aider chat conversation:

USER: set a max timeout of 5sec for page.goto

ASSISTANT: To set a maximum timeout of 5 seconds for `page.goto`, we need to modify the `scrape_with_playwright` method in `aider/scrape.py`.

Here is the *SEARCH/REPLACE* block:

aider/scrape.py
```python
<<<<<<< SEARCH
            page.goto(url, wait_until="networkidle")
=======
            page.goto(url, wait_until="networkidle", timeout=5000)
>>>>>>> REPLACE
```
2024-06-11 06:36:35 -07:00