yellowvanilla
commited on
Commit
·
65e61a2
1
Parent(s):
5eef6bf
ok
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ Base on ChatGLM2-6B. This model is used to assist in the Sustainability of const
|
|
54 |
>>> response, history = model.chat(tokenizer, "Hello", history=[])
|
55 |
>>> print(response)
|
56 |
Hello! How can I assist you today?
|
57 |
-
>>> response, history = model.chat(tokenizer, "
|
58 |
>>> print(response)
|
59 |
The life cycle stages of a build system encompass the entire life of a construction product or service. These stages encompass the following stages:
|
60 |
Material extraction and processing
|
|
|
54 |
>>> response, history = model.chat(tokenizer, "Hello", history=[])
|
55 |
>>> print(response)
|
56 |
Hello! How can I assist you today?
|
57 |
+
>>> response, history = model.chat(tokenizer, "Explan the life cycle stages of a build system.", history=history)
|
58 |
>>> print(response)
|
59 |
The life cycle stages of a build system encompass the entire life of a construction product or service. These stages encompass the following stages:
|
60 |
Material extraction and processing
|