Lots of improvements to tunables and feedback
This commit is contained in:
parent
6b7df7e564
commit
030806c34f
@ -61,12 +61,16 @@ This LLM agent was built by James Ketrenos in order to provide answers to any qu
|
|||||||
|
|
||||||
In addition to being a RAG enabled expert system, the LLM is configured with real-time access to weather, stocks, the current time, and can answer questions about the contents of a website.
|
In addition to being a RAG enabled expert system, the LLM is configured with real-time access to weather, stocks, the current time, and can answer questions about the contents of a website.
|
||||||
|
|
||||||
You can ask things like: (or just click the text to submit the query)
|
You can ask things like:
|
||||||
* <ChatQuery text="What are the headlines from CNBC?"/>
|
* <ChatQuery text="What are the headlines from CNBC?"/>
|
||||||
* <ChatQuery text="What is the weather where James is from?"/>
|
* <ChatQuery text="What is the weather where James is from?"/>
|
||||||
* <ChatQuery text="What is James Ketrenos' work history?"/>
|
* <ChatQuery text="What is James Ketrenos' work history?"/>
|
||||||
* <ChatQuery text="What are the stock value of the most traded companies?"/>
|
* <ChatQuery text="What are the stock value of the most traded companies?"/>
|
||||||
* <ChatQuery text="What programming languages has James used?"/>
|
* <ChatQuery text="What programming languages has James used?"/>
|
||||||
|
|
||||||
|
Or click the text above to submit that query.
|
||||||
|
|
||||||
|
As with all LLM interactions, the results may not be 100% accurate. If you have questions about my career, I'd love to hear from you. You can send me an email at **james_airc@ketrenos.com**.
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const welcomeMessage = {
|
const welcomeMessage = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user