Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tienhiep11 committed Jan 3, 2024
1 parent 8b75f49 commit be940c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ In the project, I used Langchain build to a conversation chain with memory and O

## Folder Structure

```bash
llm-playground
├───models <- dataset generation and fine-tuning GPT models.
├───src <- chat application using FastAPI with a WebSocket endpoint to interact with the GPT models.
Expand All @@ -21,6 +22,7 @@ llm-playground
│ ├───templates <- Tailwind CSS UI.
│ └───utils <- ultility scripts.
└───tests <- unittests for the project.
```

## Installation

Expand Down

0 comments on commit be940c7

Please sign in to comment.