Skip to content

Commit

Permalink
Fixed spelling docs page index.md (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soopyman authored Jun 13, 2024
1 parent 79b1fd1 commit 3fc78f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import { Floating } from '../components/floating.jsx';

## [Hal9](/): Create and Share Generative Apps

Create and deploy generative (LLMs and difussers) applications (chatbots and APIs) in seconds. Focus on AI (RAG, fine-tuning, aligment, training) and skip engineering tasks (frontend development, backend integration, deployment, operations).
Create and deploy generative (LLMs and diffusers) applications (chatbots and APIs) in seconds. Focus on AI (RAG, fine-tuning, alignment, training) and skip engineering tasks (frontend development, backend integration, deployment, operations).

<div class="FloatingWrapper">
<Floating title="Open"><b>Open</b> to any model (OpenAI, Llama, Groq, Midjourney) and any library like (LangChainl, DSPy).</Floating>
<Floating title="Intuitive">No need to learn app frameworks (flask), <b>intuitively</b> use `input()` and `print()`, or write file to disk.</Floating>
<Floating title="Scalable">Engineers can integrate your app with <b>scalable</b> technilogies (Docker, Kubernetes, etc).</Floating>
<Floating title="Scalable">Engineers can integrate your app with <b>scalable</b> technologies (Docker, Kubernetes, etc).</Floating>
<Floating title="Powerful"><b>Powerful</b> architecture for agents, multiple programming languages, and complex dependencies.</Floating>
</div>

Expand All @@ -32,5 +32,5 @@ hal9 deploy chatbot

<div class="FloatingWrapper">
<Floating title="Generative AI" href="docs/learn/genai/dnn">Learn <b>Generative AI</b> concepts: neural networks, embeddings, transformers, LLMs and GPTs.</Floating>
<Floating title="Genearative App" href="docs/learn/genapps/chatbots">Learn how to build <b>Generative Applications</b> (chatbots and APIs) that make use of Geneartive AI.</Floating>
<Floating title="Generative App" href="docs/learn/genapps/chatbots">Learn how to build <b>Generative Applications</b> (chatbots and APIs) that make use of Generative AI.</Floating>
</div>

0 comments on commit 3fc78f9

Please sign in to comment.