Skip to content

Commit e82b252

Browse files
committed
properly added image and formatting of backticks
1 parent 7c2a322 commit e82b252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/tgi.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ completion_response = requests.post(f'http://{ip_addr}:{port}/v1/completions', h
110110

111111
print(completion_response.text)
112112

113-
````
113+
```
114114

115115
``` python openai
116116
#Alternatively, you can call this with the Open AI library, but requires that installed
@@ -128,7 +128,7 @@ completion = client.completions.create(model=model_id,
128128
max_tokens=7)
129129
print("Completion result:", completion)
130130

131-
````
131+
```
132132

133133
</CodeGroup>
134134
#### Watching with the Shadeform UI

0 commit comments

Comments
 (0)