refactor: golem-llm -> golem-ai #38
Conversation
|
You did not need to update the models used in the integration tests. Generally you didn't need to touch the GitHub actions config. |
Either you didn't put enough effort and thought into this Pull Request or you are not done yet in which case it should be marked as draft or not even uploaded yet, Read #36 |
Yes, you are right here. I undo those changes. |
|
Your constant pushes are consuming the compute of the GitHub actions builder. Not sure but I guess it is because you made changes to the CI file. Try to complete all your changes locally first, then push all your commits at once. So that the compute does not keep getting consumed |
I will ignore this... |
|
Closed in favor of #31 |
After this PR project structure will be:
golem-llm (golem-ai)
├── Cargo.lock
├── Cargo.toml
├── golem-llm
│ ├── llm
│ ├── llm-anthropic
│ ├── llm-grok
│ ├── llm-ollama
│ ├── llm-openai
│ ├── llm-openrouter
│ ├── Makefile.toml
│ ├── README.md
│ ├── test
│ └── wit
├── LICENSE
└── Makefile.toml
/closes #29
/claim #29