summaryrefslogtreecommitdiff
path: root/py/utils.py (unfollow)
Commit message (Expand)AuthorFiles
2024-12-12fixed roles parsingmainMartin Bielik1
2024-12-12fixed complete command roles after refactoringMartin Bielik1
2024-12-12execute mutliple rolesMartin Bielik1
2024-12-11fix(utils): improve response mappingJason Kölker1
2024-12-07fixed options normalizationMartin Bielik1
2024-12-07fix: grok xai blocks without user agentDru Jensen1
2024-12-07fix debug logging without argumentsMartin Bielik1
2024-12-06allow override global token configMartin Bielik1
2024-12-05fixed stream=0 in chat engineMartin Bielik1
2024-12-05escaping error messageMartin Bielik1
2024-12-03o1 support - max_completion_tokensMartin Bielik1
2024-11-08improved error handling, fixes #126Martin Bielik1
2024-10-08support non streaming apiMartin Bielik1
2024-06-11fixes #110, python compatibility issue with escape sequenceMartin Bielik1
2024-06-04Fix print_info_message <Esc> issueMichael Buckley1
2024-03-24reusing parsing codeMartin Bielik1
2024-03-11optionally supplement roles dict by vim function sourceKonfekt1
2024-03-09supprot config only rolesMartin Bielik1
2024-03-09simple error handlingMartin Bielik1
2024-03-09roles example fileMartin Bielik1
2024-03-09parse role optionsMartin Bielik1
2024-03-09read role prompt from configMartin Bielik1
2024-03-09removed config path logMartin Bielik1
2024-03-08feat: add an option to customize api key file locationjiangyinzuo1
2024-01-24feat(chat): add `include` role to include filesJason Kölker1
2023-12-02added explaining commentMartin Bielik1
2023-12-02fix selection include extra content when the user is in visual modecposture1
2023-11-01fixed python3.12 slash escaping, fixes #61Martin Bielik1
2023-10-21option to disable authorizationMartin Bielik1
2023-09-18Add support for base_url option to use local modelsjuodumas1
2023-09-09Include OpenAI Org ID from the token configDuy Lam1
2023-06-25allow string in initial_prompt, closes #35Martin Bielik1
2023-06-11optional max_tokens, fixes #42Martin Bielik1
2023-05-23importing vim module, fixes #43Martin Bielik1
2023-05-19print error in debugMartin Bielik1
2023-05-14clear echo message after completionMartin Bielik1
2023-05-04Allow single undoBonaBeavis1
2023-04-26http error handlingMartin Bielik1
2023-04-22recover for unfinished chatMartin Bielik1
2023-04-18empty message warning, reference #20Martin Bielik1
2023-04-16nvim keyboard interrupt handlingMartin Bielik1
2023-04-15fixed error handlingMartin Bielik1
2023-04-15using messages to show error/warningMartin Bielik1
2023-04-15reusing error handlerMartin Bielik1
2023-04-15reorganized request optionsMartin Bielik1
2023-04-13removing openai-python from docuMartin Bielik1
2023-04-13implemented request_timeoutMartin Bielik1
2023-04-13poc: removing openai dependencyMartin Bielik1
2023-04-12moving import openai check to python scriptsMartin Bielik1
2023-04-11fixed debug variable typeMartin Bielik1