Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Self-healing-LLM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ammar Ahmed
Self-healing-LLM
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
experiment/api-running-ollama
Select Git revision
Selected
experiment/api-running-ollama
Branches
9
main
default
protected
automatic_prompt
database
dev
feature/finalizing
feature/finalizing_v2
feedback_errors_to_llama
timetracking
ui-experiment
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
24
Nov
23
22
17
16
15
14
12
11
4
30
Oct
29
28
25
24
22
21
20
18
17
16
15
10
9
8
7
4
1
26
Sep
25
24
23
22
21
20
19
16
15
14
12
7
6
Removed old db module folder
feature/finaliz…
feature/finalizing_v2
Made some private fields public
Fixed typo in field name
Fixed a test bug
Deleted redundant files
Fixed bug where test output wasn't stored to db. Also moved the SetupLanguageEnvironment function to main to avoid circular imports
Fixed bug that rust dependencies wasnt added
Added a way to get an environment from a string using a factory
Fixed uncommented code
Marked old compilers as deprecated
Updated ResponseData to have descriptive names instead of Code, Code1, Code2
Added extraction tests
Made a test to check if the process is written to the ui
Compiler test checks if output is "" when not compiling
Removed goimports
Merge remote-tracking branch 'origin/feature/finalizing_v2' into feature/finalizing_v2
Added output and prefix after iteration if there is an error
# 115 Added output and prefix after iteration if there is an error
# 115 Now adds the compiler output to the updated prompt
# 115 Fixed bugs where the ui model didn't choose the actual model in the code
#115 Changed totalOutput to be a string
#115 UI only writes compile success when tests passes
#115 Updated ui data
#115 Deleted unused main
#115 Combined main and test file in compiling, to not have to make a third file with the public functions
#115 Added tests for running rust tests
Merge remote-tracking branch 'origin/ui-experiment' into feature/finalizing_v2
#115 Added RUSTFLAGS -Awarnings temporarily to system variables because that worked
#115 added RUSTFLAGS="-Awarnings" to supress all warnings from the compiler
#115 Added the --quite build flag
#115 renamed test function
#115 setupTempFolders takes the dir as an argument for better debugging purposes
#115 Rust env now creates the test folder as well
#115 Added rust test files
#115 Updated prompts
#115 Worked on Rust tests, removed redundant recover from tests, added Clear() to ILanguageCompilerEnvironment interfaces.go
# 115 Added WIP rust compiler
# 115 Fixed typo
# 115 Updated researchData return, and iteration stops when it cant write to the UI
# 115 Added compiled and testPass bools to researchData
Loading