Skip to content

Commit

Permalink
Merge branch 'f/text-search-queries-nlp-optimization' of https://gith…
Browse files Browse the repository at this point in the history
…ub.com/julep-ai/julep into f/text-search-queries-nlp-optimization
  • Loading branch information
HamadaSalhab committed Oct 24, 2024
2 parents 111529d + e9515f3 commit 009b14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"""

import asyncio
import uvloop
import logging
from typing import Any, Callable

import fire
import sentry_sdk
import uvicorn
import uvloop
from fastapi import APIRouter, Depends, FastAPI, Request, status
from fastapi.exceptions import HTTPException, RequestValidationError
from fastapi.middleware.cors import CORSMiddleware
Expand Down

0 comments on commit 009b14c

Please sign in to comment.