LeonOstrez
303bd83f92
resolve circular import
2025-07-03 17:33:42 +02:00
mijauexe
b70b813706
Add fix
2025-07-01 09:18:05 +02:00
mijauexe
15d89a46d3
Fix cutting convo when relace is active
2025-07-01 09:06:24 +02:00
mijauexe
58b88a31af
Cut down LLM request sizes (remove old logs from convo)
2025-06-30 14:12:09 +02:00
LeonOstrez
5e5fbfe209
refactor ask question
2025-06-02 14:05:52 +02:00
LeonOstrez
24fa3726a9
fix issue when llm returns empty response instead of json schema
2025-04-30 17:40:04 +02:00
mijauexe
1338beddfb
Add relace
2025-04-18 13:34:35 +02:00
mijauexe
fa5cd49aeb
Set timeout for client and api side
2025-03-21 10:29:33 +01:00
mijauexe
3647c12ffc
ENG-509 (Remove checking LLMs availability)
2025-03-06 14:19:33 +01:00
LeonOstrez
b7bbe8d74e
temporary remove user warnings for access token and credits because parallel crashes Core
2025-02-12 15:10:50 +01:00
LeonOstrez
d3f15f92fe
send extra info when out of tokens
2025-02-12 11:46:27 +01:00
LeonOstrez
62e4931813
remove Bricks and use our API as proxy
2025-02-11 20:52:17 +01:00
LeonOstrez
dda4a73eca
change GPT Pilot to Pythagora
2024-11-11 22:33:49 +01:00
LeonOstrez
98832324d4
show whole error when there is no err.response
2024-09-01 19:28:11 +02:00
LeonOstrez
ca3f2e0c54
add log
2024-07-06 12:27:43 +01:00
Senko Rasic
9f59f766ea
add telemetry for project import; small telemetry fixes
2024-06-10 15:44:38 +02:00
Senko Rasic
9636383475
add first-class support for Azure OpenAI
2024-06-06 17:10:50 +02:00
Senko Rasic
73aa85a350
if auto-retries fail, ask user if they want to continue retrying
2024-05-29 10:05:31 +02:00
Goran Peretin
f12cc57d94
Retry when we get a generic LLM API error.
2024-05-29 10:05:31 +02:00
Goran Peretin
9109a8ae7f
Check LLM API connection before doing anything else. ( #949 )
2024-05-25 19:01:39 +02:00
Senko Rasic
2815257d6f
store prompt information in request log
2024-05-23 20:11:50 +02:00
Goran Peretin
2f314749a5
Retry key expired error.
2024-05-23 08:12:23 +00:00
Senko Rasic
5b474ccc1f
merge gpt-pilot 0.2 codebase
...
This is a complete rewrite of the GPT Pilot core, from the ground
up, making the agentic architecture front and center, and also
fixing some long-standing problems with the database architecture
that weren't feasible to solve without breaking compatibility.
As the database structure and config file syntax have changed,
we have automatic imports for projects and current configs,
see the README.md file for details.
This also relicenses the project to FSL-1.1-MIT license.
2024-05-22 21:42:25 +02:00