Vincent Dibon
Vincent Dibon
I would also love to have an API. If possible also an OpenApi/Swagger definition would be awesome, so you could generate a client in different languages.
I got it working you can look at my PR #9 for all the changes I did to have it running. For this issue I just removed the 'core.' part...
Could you not just finetune a LLama3 to your style of prompting (If its just a prompting technique)? Like for example Unsloth did in this colab [https://colab.research.google.com/drive/135ced7oHytdxu3N2DNe1Z0kqjyYIkDXp](url)? Also I would...
> > Could you not just finetune a LLama3 to your style of prompting (If its just a prompting technique)? Like for example Unsloth did in this colab [https://colab.research.google.com/drive/135ced7oHytdxu3N2DNe1Z0kqjyYIkDXp](url)? >...
@henyckma btw did you try to incorporate some informations from tools such as Microsofts accessibility features, it offers user interface automation and there is the Narator. With the inspect tool...
Got the same, package wants ^1.1.0. Basically: X.Y.Z >= 1.1.0 (for example: 1.2.3 would be ok) But: X.Y.Z < 2.0.0 (for example 2.3.3 would be not ok) I will try...