/large-language-model-chats

Chats recorded by using Large Language models

Primary LanguagePythonOtherNOASSERTION

Large Language Model Chats

As LLM become more and more sophisticated the need to study their capabilities becomes evermore pressing. This is a repository is an emerging attempt to start recording intersting an novel interactions with LLMs to try to understand their full range capabilities. The only limit on the experiments to perform is limited by human and AI imaginations.

Repository includes some tools to make recording chat logs a bit easier on people. If you are interested in contributing feel free to open a pull request. All logs should be in the standard chat format in Markdown format (see any of them for examples).

Chats recorded by using Large Language models

Ideas for future exploration:

  • Conversation between ChatGPT and BARD where ChatGPT is teacher and BARD is student.
  • Code generation like in 15 where we try to get ChatGPT to create as elaborate python code as it possibly can.
  • Execute print loop but where ChatGPT is given a goal to accomplish. Maybe even simple goal like do calculations correctly.
  • ChatGPT talks to BING, BING talk to BARD?
  • ChatGPT Given a news article identify logical fallacies or factual errors by the writer.
  • Review ideas form Microsoft Sparks of AGI paper.

How to fill out the chat template:

# ChatGPT4 - <Chat title> - <number of chat>

* **Date of conversation:** March 26, 2023
* <extra notes>

> **Human**
Text text text text...

> **ChatGPT**
Text text text.
Text text text text

Text text..

> **Human**
Text text text text...

> **ChatGPT**
Text text text...

see chat_template.md

To turn template into properly formatted markdown: Run> format_chate.py chats/your_new_chat.md