Fixed bugs and changes in Blog generation template and prompts. WIP.
This commit is contained in:
19
lib/gpt_providers/README.md
Normal file
19
lib/gpt_providers/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
gpt_providers are companies providing commercial/free GPT pre-trained models as saas.
|
||||
These include openai, Azure, Goodle, FB, Anthrophic etc
|
||||
|
||||
- If you want to use chatgpt and its models, then use openai as gpt_provider
|
||||
- We plan to integrate most the accurate, widely used models as gpt providers.
|
||||
- These will also include text to image and video generations as blogging artifacts.
|
||||
|
||||
gpt_provider=openai
|
||||
|
||||
------------------------------------
|
||||
|
||||
Here are some tips for using LLMs to generate ideas:
|
||||
|
||||
- Be as specific as possible in your prompts. The more specific you are, the better the LLM will
|
||||
be able to understand what you are asking for.
|
||||
- Use keywords in your prompts. This will help the LLM to generate ideas that are relevant to your topic.
|
||||
- Try different temperatures and top_p values. These parameters control the creativity and diversity of the generated ideas.
|
||||
- Experiment with different prompts and settings to see what works best for you.
|
||||
|
||||
Reference in New Issue
Block a user