Skip to content

Commit

Permalink
replace llama models with large language models
Browse files Browse the repository at this point in the history
Signed-off-by: rawkintrevo <trevor.d.grant@gmail.com>
  • Loading branch information
rawkintrevo committed Feb 24, 2025
1 parent b14568e commit f1ccbb4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Gofannon Documentation
Welcome to the Gofannon documentation! This project provides a collection of tools and APIs for working with LLaMA models.
Welcome to the Gofannon documentation! This project provides a collection of tools and APIs for working with large language models.

## Overview
Gofannon is designed to provide a flexible and extensible framework for building applications on top of LLaMA models. The toolbox includes a range of tools and APIs for tasks such as text generation, question answering, and conversational dialogue.
Gofannon is designed to provide a flexible and extensible framework for building applications on top of large language models. The toolbox includes a range of tools and APIs for tasks such as text generation, question answering, and conversational dialogue.

## Getting Started
To get started with Gofannon, please see the [CONTRIBUTING](../CONTRIBUTING.html) guide for information on how to contribute to the project.
Expand All @@ -12,20 +12,20 @@ To get started with Gofannon, please see the [CONTRIBUTING](../CONTRIBUTING.html
See [LOGGING.md](LOGGING.md)

## APIs
Gofannon provides a range of APIs for working with LLaMA models. These APIs are organized into several categories, including:
Gofannon provides a range of APIs for working with large language models. These APIs are organized into several categories, including:

* [ArXiv API](arxiv/): provides access to arXiv papers and metadata
* [Basic Math API](basic_math/): provides basic mathematical operations such as addition, subtraction, multiplication, and division
* [GitHub API](github/): provides access to GitHub repositories and issues
* [NHTSA API](nhsta/): provides access to NHTSA vehicle safety data
* [Reasoning API](reasoning/): provides tools for reasoning and problem-solving with LLaMA models
* [Reasoning API](reasoning/): provides tools for reasoning and problem-solving with large language models

## Tools
Gofannon also provides a range of tools for working with LLaMA models. These tools include:
Gofannon also provides a range of tools for working with large language models. These tools include:

* [Sequential Chain-of-Thought](reasoning/sequential_cot.html): a tool for generating sequential chains of thought with LLaMA models
* [Hierarchical Chain-of-Thought](reasoning/hierarchical_cot.html): a tool for generating hierarchical chains of thought with LLaMA models
* [Tree-of-Thought](reasoning/tree_of_thought.html): a tool for generating tree-like structures of thought with LLaMA models
* [Sequential Chain-of-Thought](reasoning/sequential_cot.html): a tool for generating sequential chains of thought with large language models
* [Hierarchical Chain-of-Thought](reasoning/hierarchical_cot.html): a tool for generating hierarchical chains of thought with large language models
* [Tree-of-Thought](reasoning/tree_of_thought.html): a tool for generating tree-like structures of thought with large language models

## Contributing
We welcome contributions to Gofannon! Please see the [CONTRIBUTING](../CONTRIBUTING.html) guide for information on how to contribute to the project.
Expand Down

0 comments on commit f1ccbb4

Please sign in to comment.