Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nile4000 authored Aug 3, 2024
1 parent b242930 commit fcee39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A simple RESTful service for the Meta-Llama-3.1-8B-Instruct language model.

## Getting Started

1. Push this repo via SSH to your personal Hugging Face space
1. Fork, Adapt and Push this repo via SSH to your personal Hugging Face space

## How to use

Expand All @@ -37,4 +37,4 @@ Here is an example with curl:

Another simplified example:

`curl -X POST https://huggingface/embedded/chat -H 'Content-Type: application/json' -d '{"messages":[{"role":"user", "content":"Write a short essay about Istanbul."}]}'`
`curl -X POST https://huggingface/embedded/chat -H 'Content-Type: application/json' -d '{"messages":[{"role":"user", "content":"Write a short essay about Istanbul."}]}'`

0 comments on commit fcee39d

Please sign in to comment.