Table format fix and Typo

* Fixed marked down table formats because they were looking ugly in pycharm
* Typos Fixes.
This commit is contained in:
Rajan Paneru 2024-06-06 22:26:49 +09:30 committed by sujan100000
parent 2e95758ada
commit 2e25416c02
11 changed files with 127 additions and 127 deletions

View file

@ -1,8 +1,8 @@
# Using Fine-Tuned gpt-3.5-turbo
LiteLLM allows you to call `completion` with your fine-tuned gpt-3.5-turbo models
If you're trying to create your custom finetuned gpt-3.5-turbo model following along on this tutorial: https://platform.openai.com/docs/guides/fine-tuning/preparing-your-dataset
If you're trying to create your custom fine-tuned gpt-3.5-turbo model following along on this tutorial: https://platform.openai.com/docs/guides/fine-tuning/preparing-your-dataset
Once you've created your fine tuned model, you can call it with `litellm.completion()`
Once you've created your fine-tuned model, you can call it with `litellm.completion()`
## Usage
```python