Vitrous commited on
Commit
73e01d3
·
verified ·
1 Parent(s): a5cc2cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -9,8 +9,6 @@ license: mit
9
  app_port: 7860
10
  ---
11
 
12
- Certainly! Here's the content for your README.md file in markdown format:
13
-
14
  ```markdown
15
 
16
  ```
@@ -20,7 +18,6 @@ Certainly! Here's the content for your README.md file in markdown format:
20
 
21
  ```
22
 
23
-
24
  ```
25
  ## Usage
26
  1. Run the FastAPI server:
@@ -29,7 +26,6 @@ Certainly! Here's the content for your README.md file in markdown format:
29
 
30
  2. Open your web browser and go to https://articko-artickbot.hf.space/api/v1/ to access the API documentation provided by FastAPI.
31
 
32
-
33
  ## Use the provided endpoints to interact with the chatbot:
34
 
35
  3.
@@ -54,7 +50,6 @@ Certainly! Here's the content for your README.md file in markdown format:
54
 
55
  - `Returns the specific thread id of the conversation
56
 
57
-
58
  ## Example
59
 
60
  ```python
@@ -64,7 +59,6 @@ import requests
64
  response = requests.post("https://articko-artickbot.hf.space/api/v1/start_conversation", json={"prompt": "Hello, how are you?"})
65
  print(response.json())
66
  ```
67
-
68
  ---
69
 
70
  This README provides an overview of the project, installation instructions, usage guidelines, and an example of how to interact with the chatbot using the provided endpoints. Feel free to customize it further to suit your project's needs.
 
9
  app_port: 7860
10
  ---
11
 
 
 
12
  ```markdown
13
 
14
  ```
 
18
 
19
  ```
20
 
 
21
  ```
22
  ## Usage
23
  1. Run the FastAPI server:
 
26
 
27
  2. Open your web browser and go to https://articko-artickbot.hf.space/api/v1/ to access the API documentation provided by FastAPI.
28
 
 
29
  ## Use the provided endpoints to interact with the chatbot:
30
 
31
  3.
 
50
 
51
  - `Returns the specific thread id of the conversation
52
 
 
53
  ## Example
54
 
55
  ```python
 
59
  response = requests.post("https://articko-artickbot.hf.space/api/v1/start_conversation", json={"prompt": "Hello, how are you?"})
60
  print(response.json())
61
  ```
 
62
  ---
63
 
64
  This README provides an overview of the project, installation instructions, usage guidelines, and an example of how to interact with the chatbot using the provided endpoints. Feel free to customize it further to suit your project's needs.