Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
OpenSource
/
dify
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
152
Wiki
Actividad
Explorar el Código
fix: openllm generate cutoff (
#945
)
tags/0.3.15
takatost
hace 2 años
padre
e8039a7da8
commit
866ee5da91
No account linked to committer's email address
Se han
modificado 1 ficheros
con
0 adiciones
y
3 borrados
Dividir vista
Mostrar estadísticas de diff
0
3
api/core/third_party/langchain/llms/openllm.py
+ 0
- 3
api/core/third_party/langchain/llms/openllm.py
Ver fichero
@@ -67,9 +67,6 @@ class OpenLLM(LLM):
json_response = response.json()
completion = json_response["responses"][0]
if completion:
completion = completion[len(prompt):]
if stop is not None:
completion = enforce_stop_tokens(completion, stop)
Escribir
Vista previa
Cargando…
Cancelar
Guardar