Skip to content

Commit 5428204

Browse files
committed
minor updates
1 parent 3151a33 commit 5428204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optillm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def proxy():
9797
break
9898
else:
9999
# If no known approach is found in the model name, default to 'bon'
100-
approach = "bon"
100+
approach = 'bon'
101101

102102
logger.info(f'Using approach {approach}, with {model}')
103103

0 commit comments

Comments
 (0)