streamlit 챗봇 이전 답글, 이전 글이 보이지 않을 때 혹시 객체 상태로 들어가 있는지 확인리스트로 변경 후. string으로 변경으로 넣어주면 정상적으로 이전 글들이 표기됨.예를 들어, 답변을 콘솔에 찍어보면'content': }]이런 상태인 경우,''.join(list(함수(질문)))이런 식으로 string 형태로 변경해서 표기하도록 변경. AIAIAIAI 2024.09.30
NLP C3W3 Assignment Error dtype ---------------------------------------------------------------------------UnimplementedError Traceback (most recent call last)Cell In[29], line 9 3 train_generator = train_dataset.shuffle(len(train_Q1), 4 seed=7, 5 reshuffle_each_iteration=True).batch(batch_size=batch_size) .. AIAIAIAI 2024.09.21
Error: llama runner process has terminated: exit status 0xc0000409 -> ollama run gemma2 ollama run gemma2Error: llama runner process has terminated: exit status 0xc0000409Solution : update ollama - windows 사용자는 ollama 재설치 macOS 나 linux는 brew ollama update ~ AIAIAIAI 2024.09.11