AJaySi / AI-Writer

Alwrity - AI contextual Content generation Suite. Prevents AI hallucinations, Web Researched factual, SEO optimized content. Get blog Images. Create your AI-Powered Content Agents team. Create content with RAG, Local documents, web urls. Open Source AI writer.
https://alwrity.com
113 stars 38 forks source link

Define LLM values in main_config, remove hard-coding. #18

Closed AJaySi closed 3 months ago

AJaySi commented 3 months ago

1). Add code for defining temperature, top_p, n, max_tokens in main_config.

2). This will allow users to play around with these values and choose ones that work best for them.

3). This can be defined in main_config file and will not require code modifications.

AJaySi commented 3 months ago

Check the latest commit.