genai-stack icon indicating copy to clipboard operation
genai-stack copied to clipboard

Will it work with free Open AI access?

Open gosforth opened this issue 1 year ago • 1 comments

Hi!

Not an issue and I'm sorry to post it here but I have two questions I do not know where to ask:

  • If I deploy this stack in Windows environment then I have to use Open AI to make it work (oolama will work only in Linux or Mac)? But Open AI will work only if I have commercial license, right?

  • Any chance to use local LLM if I run Windows?

  • Is there any tuto how to load my data into genai (from csv's or database)?

Thank you for your help,

G.

gosforth avatar Feb 13 '24 09:02 gosforth

Open AI will require that you have an Open AI api key, yes. There is now a preview of Ollama for windows though. We are checking whether or not the preview version of Ollama would allow you to run these examples with local LLMs on Windows.

I think you're right that it'd be useful to have a tutorial on loading data from a CSV file. Are you still thinking about a question-answer style data set?

slimslenderslacks avatar Feb 21 '24 23:02 slimslenderslacks