Skip to content

Commit

Permalink
Make line length consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Dec 5, 2024
1 parent 827b0b9 commit 4d4f11a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[settings]
src_paths=.
line_length = 80
7 changes: 3 additions & 4 deletions llm_toolkit/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
import openai
import tiktoken
import vertexai
from google.api_core.exceptions import (GoogleAPICallError,
InternalServerError, InvalidArgument,
ResourceExhausted, ServiceUnavailable,
TooManyRequests)
from google.api_core.exceptions import (GoogleAPICallError, InternalServerError,
InvalidArgument, ResourceExhausted,
ServiceUnavailable, TooManyRequests)
from vertexai import generative_models
from vertexai.preview.generative_models import ChatSession, GenerativeModel
from vertexai.preview.language_models import CodeGenerationModel
Expand Down

0 comments on commit 4d4f11a

Please sign in to comment.