mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Update cookbook/mock_prompt_management_server/mock_prompt_management_server.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
b07e4a34c4
commit
2efe4ba165
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import os
|
|||
import json
|
||||
from typing import Any, Dict, List, Optional
|
||||
|
||||
from fastapi import FastAPI, HTTPException, Header, Query
|
||||
from fastapi import FastAPI, HTTPException, Header, Query, status
|
||||
from fastapi.responses import JSONResponse
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue